type net/http.http2FrameWriteRequest
52 uses
net/http (current package)
h2_bundle.go#L4492: wantWriteFrameCh: make(chan http2FrameWriteRequest, 8),
h2_bundle.go#L4645: wantWriteFrameCh chan http2FrameWriteRequest // from handlers -> serve
h2_bundle.go#L4926: wr http2FrameWriteRequest // what was written (or attempted)
h2_bundle.go#L4934: func (sc *http2serverConn) writeFrameAsync(wr http2FrameWriteRequest, wd *http2writeData) {
h2_bundle.go#L4996: sc.writeFrame(http2FrameWriteRequest{
h2_bundle.go#L5140: sc.writeFrame(http2FrameWriteRequest{
h2_bundle.go#L5224: err := sc.writeFrameFromHandler(http2FrameWriteRequest{
h2_bundle.go#L5267: func (sc *http2serverConn) writeFrameFromHandler(wr http2FrameWriteRequest) error {
h2_bundle.go#L5287: func (sc *http2serverConn) writeFrame(wr http2FrameWriteRequest) {
h2_bundle.go#L5351: func (sc *http2serverConn) startFrameWrite(wr http2FrameWriteRequest) {
h2_bundle.go#L5485: sc.startFrameWrite(http2FrameWriteRequest{
h2_bundle.go#L5495: sc.startFrameWrite(http2FrameWriteRequest{write: http2writeSettingsAck{}})
h2_bundle.go#L5508: sc.startFrameWrite(http2FrameWriteRequest{write: http2flushFrameWriter{}})
h2_bundle.go#L5572: sc.writeFrame(http2FrameWriteRequest{write: se})
h2_bundle.go#L5711: sc.writeFrame(http2FrameWriteRequest{write: http2writePingAck{f}})
h2_bundle.go#L6060: st.sc.writeFrameFromHandler(http2FrameWriteRequest{write: http2StreamError{
h2_bundle.go#L6514: sc.writeFrameFromHandler(http2FrameWriteRequest{
h2_bundle.go#L6555: if err := sc.writeFrameFromHandler(http2FrameWriteRequest{
h2_bundle.go#L6578: sc.writeFrameFromHandler(http2FrameWriteRequest{
h2_bundle.go#L6633: sc.writeFrame(http2FrameWriteRequest{
h2_bundle.go#L7344: sc.writeFrame(http2FrameWriteRequest{
h2_bundle.go#L11391: Push(wr http2FrameWriteRequest)
h2_bundle.go#L11397: Pop() (wr http2FrameWriteRequest, ok bool)
h2_bundle.go#L11408: type http2FrameWriteRequest struct {
h2_bundle.go#L11427: func (wr http2FrameWriteRequest) StreamID() uint32 {
h2_bundle.go#L11443: func (wr http2FrameWriteRequest) isControl() bool {
h2_bundle.go#L11449: func (wr http2FrameWriteRequest) DataSize() int {
h2_bundle.go#L11466: func (wr http2FrameWriteRequest) Consume(n int32) (http2FrameWriteRequest, http2FrameWriteRequest, int) {
h2_bundle.go#L11467: var empty http2FrameWriteRequest
h2_bundle.go#L11488: consumed := http2FrameWriteRequest{
h2_bundle.go#L11502: rest := http2FrameWriteRequest{
h2_bundle.go#L11521: func (wr http2FrameWriteRequest) String() string {
h2_bundle.go#L11533: func (wr *http2FrameWriteRequest) replyToWriter(err error) {
h2_bundle.go#L11547: s []http2FrameWriteRequest
h2_bundle.go#L11553: func (q *http2writeQueue) push(wr http2FrameWriteRequest) {
h2_bundle.go#L11557: func (q *http2writeQueue) shift() http2FrameWriteRequest {
h2_bundle.go#L11564: q.s[len(q.s)-1] = http2FrameWriteRequest{}
h2_bundle.go#L11573: func (q *http2writeQueue) consume(n int32) (http2FrameWriteRequest, bool) {
h2_bundle.go#L11575: return http2FrameWriteRequest{}, false
h2_bundle.go#L11580: return http2FrameWriteRequest{}, false
h2_bundle.go#L11596: q.s[i] = http2FrameWriteRequest{}
h2_bundle.go#L11988: func (ws *http2priorityWriteScheduler) Push(wr http2FrameWriteRequest) {
h2_bundle.go#L12008: func (ws *http2priorityWriteScheduler) Pop() (wr http2FrameWriteRequest, ok bool) {
h2_bundle.go#L12095: func (ws *http2randomWriteScheduler) Push(wr http2FrameWriteRequest) {
h2_bundle.go#L12109: func (ws *http2randomWriteScheduler) Pop() (http2FrameWriteRequest, bool) {
h2_bundle.go#L12124: return http2FrameWriteRequest{}, false
h2_bundle.go#L12195: func (ws *http2roundRobinWriteScheduler) Push(wr http2FrameWriteRequest) {
h2_bundle.go#L12214: func (ws *http2roundRobinWriteScheduler) Pop() (http2FrameWriteRequest, bool) {
h2_bundle.go#L12220: return http2FrameWriteRequest{}, false
h2_bundle.go#L12233: return http2FrameWriteRequest{}, false